PDF4Java Reference Documentation
com.o2sol.pdf4java.core.security Package / PDFStandardSecurityHandler Class / setEnableAnnotationsAndFieldsEdit Method
True if the user can edit the annotations and form fields.
In This Topic
    setEnableAnnotationsAndFieldsEdit Method
    In This Topic
    Sets a value indicating whether the user can edit the annotations and form fields.
    If true, the user can add or modify text annotations, fill in interactive form fields, and, if is also set, create or modify interactive form fields (including signature fields).
    Syntax
    public void setEnableAnnotationsAndFieldsEdit( 
       boolean value
    )

    Parameters

    value
    True if the user can edit the annotations and form fields.
    See Also